home *** CD-ROM | disk | FTP | other *** search
/ Ghost Rider iactivecard / Ghost Rider iactivecard.iso / pc / main.swf / scripts / DefineButton2_46 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2007-04-10  |  363 b   |  11 lines

  1. on(press){
  2.    unloadMovieNum(12);
  3.    _parent.gotoAndStop("be");
  4.    _project = "project=GhostRiderCD";
  5.    _moviename = "&name=behind_sence";
  6.    _frametracker = "&frame=" + this._currentframe;
  7.    filePath = "http://iactivetrack.net/ghost_rider/tracker.php?" + _project + _moviename + _frametracker;
  8.    loadVariables(filePath,_root);
  9.    trace(filePath);
  10. }
  11.